home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / S3TRIO3D.IN_ / s3trio3d.inf
Encoding:
Windows Setup INFormation  |  1999-10-29  |  2.4 KB  |  111 lines

  1. ; S3TRIO3D.INF
  2. ;
  3. ; Installation inf for the S3 Incorporated display driver.
  4. ;
  5. ; (c) Copyright 1997 S3 Incorporated.
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%S3%
  11. LayoutFile=layout.inf
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14. DriverVer = 09/30/1999, 00.05.26.07
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 11
  18. S3Inc.Miniport   = 12   ; drivers
  19. S3Inc.Display    = 11   ; system32
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %S3%   = S3.Mfg
  27.  
  28. ;
  29. ; This section should be modified to reflect the chip strings the
  30. ; user will see in the Displays applet when the new driver is being
  31. ; installed from the driver diskette.
  32. ;
  33. [S3.Mfg]
  34. S3 Inc. Trio3D = S3Inc, PCI\VEN_5333&DEV_8904
  35.  
  36. ;
  37. ; General installation section
  38. ;
  39.  
  40. [S3Inc]
  41. CopyFiles=S3Inc.Miniport, S3Inc.Display
  42.  
  43. ;
  44. ; File sections
  45. ;
  46.  
  47. [S3Inc.Miniport]
  48. s3mt3d.sys      ; miniport driver
  49.  
  50. [S3Inc.Display]
  51. s3mt3d.dll    ; Trio3D display driver
  52.  
  53. ;
  54. ; Service Installation
  55. ;
  56.  
  57. [S3Inc.Services]
  58. AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst
  59.  
  60. [S3Inc_Service_Inst]
  61. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  62. StartType      = 1                  ; SERVICE_SYSTEM_START
  63. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  64. LoadOrderGroup = Video
  65. ServiceBinary  = %12%\s3mt3d.sys
  66.  
  67. [S3Inc_EventLog_Inst]
  68. AddReg = S3Inc_EventLog_AddReg
  69.  
  70. [S3Inc_EventLog_AddReg]
  71. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3mt3d.sys"
  72. HKR,,TypesSupported,0x00010001,7
  73.  
  74.  
  75. ;
  76. ; Software Installation
  77. ;
  78.  
  79. [S3Inc.SoftwareSettings]
  80. AddReg = S3Inc_SoftwareDeviceSettings
  81.  
  82. [S3Inc_SoftwareDeviceSettings]
  83. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, s3mt3d
  84. HKR,, VgaCompatible,               %REG_DWORD%,    0
  85. HKR,, UseDDCInfo,                  %REG_DWORD%,    0
  86. HKR,, CapabilityOverride,          %REG_DWORD%,    4
  87.  
  88. [Strings]
  89.  
  90. ;
  91. ; Non-Localizable Strings
  92. ;
  93.  
  94. REG_SZ         = 0x00000000
  95. REG_MULTI_SZ   = 0x00010000
  96. REG_EXPAND_SZ  = 0x00020000
  97. REG_BINARY     = 0x00000001
  98. REG_DWORD      = 0x00010001
  99. SERVICEROOT    = System\CurrentControlSet\Services
  100.  
  101. ;
  102. ; Localizable Strings
  103. ;
  104.  
  105. DiskId      = "S3 Incorporated Installation DISK (VIDEO)"
  106. GraphAdap   = "Graphics Adapter"
  107. S3          = "S3"
  108. AllUsersDir = "profiles\All Users\Start Menu\PROGRAMS\STARTUP"
  109. WinNTDir    = "Windows NT"
  110.  
  111.